Skip to content

Conversation

@jamiechapmanbrn
Copy link

No description provided.


func open(input string) *exec.Cmd {
return exec.Command("open", input)
return exec.Command("open", "-w", input)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The flag is -W, not -w.

@dolmen
Copy link

dolmen commented Jul 16, 2024

This is not a "fix" as claimed in the title of this issue, but a major behavior change.

This should instead be implemented as a separate function, and implementations for the other operating systems should be provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants